Auto merge of #2891 - upsuper:fix-search-path, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 18 Jul 2016 23:20:20 +0000 (16:20 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Jul 2016 23:20:20 +0000 (16:20 -0700)
commitb45997c21b1d9aa52c0992ccf34c4ecccbe6194f
tree1fbd2b64707c17ab2620e425efd35424e694b3d0
parentf2cf284b0d574b3fdd3be7bdae5a71d619704c48
parent8be27b5b7cdacbadd2d2edba3eb25d8ac09f90f2
Auto merge of #2891 - upsuper:fix-search-path, r=alexcrichton

Search dylib path from cargo before system

Cargo should have more knowledge about what it is looking for, and thus its paths should be more correct compared to system's. When there are conflicts, the search paths provided by the build system should take priority.